From: robertl Date: Thu, 5 Aug 2010 23:09:52 +0000 (+0000) Subject: Eliminate warning building without CSV. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~16^2~24 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9bf808bfea511ba7d6e55b631f705f0e356d624f;p=gpsbabel.git Eliminate warning building without CSV. --- diff --git a/csv_util.c b/csv_util.c index ba2b6a720..4b9cfb97e 100644 --- a/csv_util.c +++ b/csv_util.c @@ -153,10 +153,10 @@ static double oldlat = 999; static int waypt_out_count; static route_head *csv_track, *csv_route; -#endif // CSVFMTS_ENABLED - static double utm_northing, utm_easting, utm_zone = 0; static char utm_zonec; +#endif // CSVFMTS_ENABLED + /*********************************************************************/ /* csv_stringclean() - remove any unwanted characters from string. */